Rebase `cargo rustdoc` and tweak behavior
authorAlex Crichton <alex@alexcrichton.com>
Mon, 9 Nov 2015 16:36:52 +0000 (08:36 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 9 Nov 2015 16:36:52 +0000 (08:36 -0800)
commit54127ce8e3e9910c52cec46ccba4d9021d0d45d6
tree09867cbe9bff2282e22398c4330bf568fd21386a
parent4816a2a5d8544c718123ac9a8e66175abc24a40f
Rebase `cargo rustdoc` and tweak behavior

This rebases #1977 onto master and also tweaks the behavior to match `cargo
rustc` when there are multiple targets in play.
12 files changed:
src/bin/bench.rs
src/bin/build.rs
src/bin/doc.rs
src/bin/install.rs
src/bin/run.rs
src/bin/rustc.rs
src/bin/rustdoc.rs
src/bin/test.rs
src/cargo/ops/cargo_compile.rs
src/cargo/ops/cargo_package.rs
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_rustdoc.rs